math/big.Float.ord (method)

3 uses

	math/big (current package)
		float.go#L1687: 	mx := x.ord()
		float.go#L1688: 	my := y.ord()
		float.go#L1715: func (x *Float) ord() int {